projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d3a2b
)
(make-help-screen): Clear buffer-read-only.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Jun 1997 07:19:52 +0000
(07:19 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Jun 1997 07:19:52 +0000
(07:19 +0000)
lisp/help-macro.el
patch
|
blob
|
history
diff --git
a/lisp/help-macro.el
b/lisp/help-macro.el
index e88a3ffbf39f585273c243deb38848f9cfc38200..55fc7a126fee7291052f4cecd3b8e7b2bf869d55 100644
(file)
--- a/
lisp/help-macro.el
+++ b/
lisp/help-macro.el
@@
-124,6
+124,7
@@
and then returns."
prev-frame))
(setq new-frame (window-frame (selected-window))
config nil))
+ (setq buffer-read-only nil)
(erase-buffer)
(insert help-screen)
(help-mode)